home *** CD-ROM | disk | FTP | other *** search
- -- card: 24363 from stack: in
- -- bmap block id: 15103
- -- flags: 0000
- -- background id: 10530
- -- name: classRateCard
- ----- HyperTalk script -----
- on openCard
- global classSize,classCount,adTotal
- if classCount is empty then
- put 1 into classSize
- put 0 into classCount
- send mouseUp to card button "Freq:"
- put empty into card field subtotal
- end if
- pass openCard
- end openCard
-
-
- -- part 1 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=359 top=68 right=256 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 238
- -- text size: 12
- -- style flags: 0
- -- line height: 17
- -- part name: Size
-
-
- -- part 2 (field)
- -- low flags: 01
- -- high flags: 4000
- -- rect: left=362 top=257 right=276 bottom=494
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 238
- -- text size: 12
- -- style flags: 0
- -- line height: 17
- -- part name: subTotal
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=312 top=255 right=274 bottom=362
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 190
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Calc…
- ----- HyperTalk script -----
- on mouseUp
- global classSize,classCount
- put the visible of bkgnd button id 39 into flag
- set numberFormat to "0.00"
- put item (classCount+1) of line (classSize+2) of card field classCost into runTot
- if flag is "True" then put "Basic: " & runTot into msg
- multiply runTot by word 1 of line 1 of card field "Size"
- if flag is "True" then put " x column inches: " & runTot after msg
- put "$ " & runTot into card field subtotal
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=312 top=71 right=86 bottom=358
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 190
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Size:
- ----- HyperTalk script -----
- on mouseUp
- global classSize
- ask "Please enter the number of column inches:" with "2 (.5 inch increments acceptable)"
- put word 1 of it into temp
- repeat for the length of it
- get last char of temp
- if it is in "1234567890." then next repeat
- else exit mouseUp
- end repeat
- if temp < 2 or it is empty then put 2 into temp
- put temp && "inches" into line 1 of card field "Size"
- set lockscreen to true
- if temp < 5 then put 1 into classSize
- if temp ‚â• 5 and temp < 11 then put 2 into classSize
- if temp ‚â• 11 and temp < 21 then put 3 into classSize
- if temp ‚â• 21 then put 4 into classSize
- put item 1 of line (classSize+2) of card field classCost into line 2 of card field "Size"
- repeat with i = 12 to 16
- show card button id i
- end repeat
- if classSize = 3 then hide card button id 15
- if classSize = 4 then
- repeat with i = 14 to 16
- hide card button id i
- end repeat
- else
- hide card button id (11+classSize)
- end if
- set lockscreen to false
- end mouseUp
-
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=312 top=156 right=171 bottom=358
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 190
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Freq:
- ----- HyperTalk script -----
- on mouseUp
- global classCount
- add 1 to classCount
- if classCount > 4 then put 1 into classCount
- put item classCount of "1x,12x,24x,50x" into line 6 of card field "Size"
- end mouseUp
-
-
-
- -- part 12 (button)
- -- low flags: 80
- -- high flags: 0001
- -- rect: left=201 top=80 right=123 bottom=221
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 2-4 cInch
-
-
- -- part 13 (button)
- -- low flags: 00
- -- high flags: 0001
- -- rect: left=227 top=80 right=187 bottom=247
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 5-10 cInch
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: 0001
- -- rect: left=254 top=80 right=195 bottom=274
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 11-20 cInch
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: 0001
- -- rect: left=280 top=80 right=180 bottom=300
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 11-20 cInch
-
-
- -- part 16 (button)
- -- low flags: 00
- -- high flags: 0001
- -- rect: left=280 top=182 right=199 bottom=300
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 11-20 cInch
-
-
- -- part 18 (field)
- -- low flags: 81
- -- high flags: 0007
- -- rect: left=289 top=73 right=218 bottom=507
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 190
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: classCost
- ----- HyperTalk script -----
- on mouseUp
- set the scroll of card field adSize to the scroll of me
- end mouseUp
-
-
- -- part contents for background part 22
- ----- text -----
- 43 of 50 cards • Advertising 5
-
- -- part contents for background part 33
- ----- text -----
-
-
-
-
-
-
-
-
-
-
-
- -- part contents for background part 40
- ----- text -----
- 43
-
- -- part contents for background part 32
- ----- text -----
- Classified ratecard: February 1988
-
- -- part contents for card part 1
- ----- text -----
- 2 inches
- rate: 2-4 column inches
- Column width: 2 5/16"
- Minimum ad size: two inches
- Sold by half inch increments.
- 1x
- Rates are per inch, per issue.
- Advertisers may send copy to be typeset by MacWEEK at no additional charge.
-
-
- -- part contents for card part 18
- ----- text -----
- Line 1:Ad size,frequency
- • • • • • • • • • • • • • • • • • • • 
- rate: 2-4 column inches,70,63,60,57
- rate: 5-10 column inches,67,60,57,55
- rate: 11-20 column inches,63,57,54,52
- rate: 21 inches or more,60,54,51,49